curl --request DELETE \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid} \
--header 'Authorization: Bearer <token>'
{
"message": "Team access revoked successfully"
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid} \
--header 'Authorization: Bearer <token>'
{
"message": "Team access revoked successfully"
}